//==============================================================================
// Norse Caravan_anim.txt
//==============================================================================

//==============================================================================
define wheel
{
   set hotspot
   {
      version
      {
         Visual attachments n oxcart wheel
      }
   }
}


//==============================================================================
anim idle
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual norse cart idle
		connect leftshoulder wheel hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual norse cart idle Full
		connect leftshoulder wheel hotspot
         }
      }   
   }
}

//==============================================================================
anim walk
{
   SetSelector none
	{
		SetSelector
		{
			InventoryLogic 0 1
			set hotspot
			{
				version
				{
					Visual norse cart walk
					connect leftshoulder wheel hotspot
					tag FootstepLeft 0.00 true   
					tag FootstepRight 0.20 true   
					tag FootstepLeft 0.75 true   
					tag FootstepRight 0.70 true 
				}
			}
			set hotspot
			{
				version
				{
					Visual norse cart walk Full
					connect leftshoulder wheel hotspot
					tag SpecificSoundSet 0.00 false Roll checkVisible 
					tag SpecificSoundSet 0.98 false HorseHoof1 checkVisible 
					tag SpecificSoundSet 0.65 false HorseHoof2 checkVisible 
					tag SpecificSoundSet 0.80 false HorseHoof3 checkVisible 
					tag SpecificSoundSet 0.46 false HorseHoof4 checkVisible 
					tag FootstepLeft 0.00 true   
					tag FootstepRight 0.20 true   
					tag FootstepLeft 0.75 true   
					tag FootstepRight 0.70 true 
				}
			}
      }   
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual norse cart idle
		connect leftshoulder wheel hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual norse cart idle Full
		connect leftshoulder wheel hotspot
         }
      }   
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual norse cart walk
         }
      }
      set hotspot
      {
         version
         {
            Visual norse cart walk Full
         }
      }   
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
			Visual norse cart death
			connect leftshoulder wheel hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.43 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }
      set hotspot
      {
         version
         {
			Visual norse cart death Full
			connect leftshoulder wheel hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.40 false BallistaDeath checkVisible 
               tag SpecificSoundSet 0.46 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }   
   }
}
